StrField$|105 20 3 ~ *StrField$(expression, n, sep) - Return the n'th element in expression, using sep as a delimeter. <StrField$("one,two,three", 2, ",")>
MultiDecide|105 21 -2
Exec|105 22 -1 ~ *Exec(program, parameters [,show]) - Run another program. <Exec("123w.exe", Query$("Spread sheet name?"))>
CurWord$|105 23 0
CurShade$|105 24 0
FillList|105 25 -1
DialogBox|105 26 2
GetDialogField$|105 27 1
GetViewLevel|105 28 0
GetMode|105 29 0
Messages|105 30 1
FillEdit|105 31 2
IgnoreKeyboard|105 32 1
DDEUnAdvise|105 33 2
FileChanged|105 34 2
DDEPoke|105 35 3
SendKeys|105 36 -1
GetTextBeforeCursor$|105 37 0
ActivateApp|105 38 1
chr$|105 39 1
asc|105 40 1
SetDlgCallBack|105 41 2
GetDlgItemText|105 42 2
SetDlgItemText|105 43 3
GetDlgItem|105 44 2
GetViewPrefOpts|105 45 0
GetViewPrefLevel|105 46 0
DlgKeyInterrupt|105 47 2
fgets$|105 257 1
fputs|105 258 -2
fopen|105 259 2
fclose|105 260 1
GetMarkText$|105 261 0
ftell|105 262 1
fseek|105 263 3
SetGlobalVar|105 264 2
GetGlobalVar$|105 265 1
FreeGlobalVar|105 266 1
GetOpenFileName$|105 267 0
GetDocPath$|105 268 0
GetStylePath$|105 269 0
GetBackPath$|105 270 0
AllocGlobalVar|105 271 2
SetGlobalArray|105 272 3
GetGlobalArray$|105 273 2
Pause|105 274 1
AssignKey|105 275 2
GetTime|105 276 0
IsNumeric|105 277 1
AtEof|105 278 0
GetDocInfo$|105 279 1
FindFirst$|105 280 2
FindNext$|105 281 0
CurChar$|105 282 0
DllLocate|105 283 3
DllCall|105 284 -1
RunLater|105 285 2
GetProfileString$|105 286 -1
WriteProfileString|105 287 -1
GetStyleName$|105 288 0
GetCurrentDir$|105 290 0
AnswerMsgBox|105 291 1
DarkMode|105 292 1
CursorPosition$|105 293 0
GetPageNo|105 294 0
GetMacPath$|105 295 0
HourGlass|105 296 1
DLLLoadLib|105 297 3
DLLFreeLib|105 298 1
GetGlobalVarCount|105 299 0
GetGlobalVarNames|105 300 1
GetDocInfoKeywords$|105 301 0
AddBar|105 513 0
ShowBar|105 514 1
AddMenu|105 515 2
AddMenuItem|105 516 -4
RenameMenuItem|105 517 -4
CheckMenuItem|105 518 -4
GrayMenuItem|105 519 -4
DeleteMenuItem|105 520 -2
DeleteMenu|105 521 -2
AddMenuItemDDE|105 522 -4
ChangeMenuAction|105 523 -4
AddCascadeMenu|105 524 -3
AddCascadeMenuItem|105 525 -5
ChangeCascadeAction|105 526 -5
InsertMenuItem|105 527 -5
InsertCascadeMenu|105 528 -4
InsertMenu|105 528 3
InsertCascadeMenuItem|105 529 -6
DateDiff|105 769 2
FormatDate$|105 770 2
FormatSeq$|105 771 2
Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db>
FormatTime$|105 773 2
DOSGetEnv$|105 774 1
DOSGetFileAttr|105 775 1
DOSSetFileAttr|105 776 2
DOSrmdir|105 777 1
DOSrename|105 778 2
DOSdelfile|105 779 1
DOSmkdir|105 780 1
DOSchdir|105 781 1
fread|105 782 2
fwrite|105 783 -2
BracketsToBin|105 784 1
BinToBrackets|105 785 1
Round|105 786 1
Truncate|105 787 1
Mod|105 788 2
StatusBarMsg|105 789 1
ChangeIcons|105 790 1
SetIconSize|113 1 655 1
PhysicalToLogical|105 791 1
GetFmtPageStr$|105 792 1
GetCurFrameLines|105 793 10
GetCurFrameType|105 794 3
GetCurFrameBorders|105 795 9
SelectWindow|105 796 1
SelectFrameByName|105 797 1
GetAmiDirectory$|105 798 0
GetRunningMacroName$|105 799 0
IsFrameSelected|105 800 0
Beep|105 801 0
GetRunningMacroFile$|105 802 0
DOSCopyFile|105 803 2
GetCurFontInfo|105 804 4
Assign|105 805 2
Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression. <Left$("12345678", 4)>
Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression. <Right$("123456789", 5)>